home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / NEXTIME / SimplePlayer / English.lproj / SimplePlayer.nib / data.classes next >
Encoding:
Text File  |  1995-12-22  |  423 b   |  15 lines

  1. "NTVideoWell" = {SUPERCLASS = NSControl; };
  2. "Controller" = {
  3.     ACTIONS = (
  4.         "openDocument:", 
  5.         "setDocumentSizingPolicy:", 
  6.         "showInfoPanel:", 
  7.         "showInspectorPanel:", 
  8.         "showPreferencesPanel:"
  9.     ); 
  10.     OUTLETS = (infoPanel, inspectorPanel, preferencesPanel); 
  11.     SUPERCLASS = NSObject; 
  12. };
  13. "NTControlView" = {SUPERCLASS = NSView; };
  14. "FirstResponder" = {CATEGORY = LocalActions; };
  15.